ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / AutoScroll Property






In This Topic
    AutoScroll Property (FlexGridBase<T>)
    In This Topic
    Gets or sets a value that determines whether the grid should automatically scroll its contents while users drag rows or columns into new positions.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property AutoScroll As System.Boolean
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.Boolean
     
    instance.AutoScroll = value
     
    value = instance.AutoScroll
    [System.ComponentModel.DefaultValue(true)]
    public System.bool AutoScroll {get; set;}
    public read-write property AutoScroll: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set AutoScroll : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_AutoScroll();
    public: __property void set_AutoScroll( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool AutoScroll {
       System.bool get();
       void set (    System.bool value);
    }
    See Also